home *** CD-ROM | disk | FTP | other *** search
/ Labatt Ice Clubber's Guide Tour / Labatt Ice Clubber's Guide Tour.iso / mos / demo.exe / scripts / DefineButton2_346 / BUTTONCONDACTION on(press, release).as
Text File  |  1999-02-11  |  193b  |  12 lines

  1. on(press, release){
  2.    tellTarget("../../../indicator")
  3.    {
  4.       gotoAndStop("1ai");
  5.       play();
  6.       tellTarget("../../menu01")
  7.       {
  8.          gotoAndStop(1);
  9.       }
  10.    }
  11. }
  12.